return "Sends a message to the designated sprite when the specified event occurs. Any behaviors attached to the target sprite that are triggered by the message will be executed." & RETURN & "PARAMETERS:" & RETURN & "ò Message - Enter the message to send to the target sprite." & RETURN & "ò Params - Enter parameters to be sent with the message, seperated with commas." & RETURN & "ò Target Sprite - Enter the number of the sprite channel to which message should be sent." & RETURN & "ò Initializing Event - Specify the event that triggers the behavior." & RETURN & "NOTES:" & RETURN & "If there is no behavior attached to the target sprite that responds to the message being sent, the message is passed to the cast member script, the current frame script, and then movie scripts."